home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_CONFIG_DIALOG_H__BD8973BC_911C_4004_8026_625C9385C8DC__INCLUDED_)
- #define AFX_CONFIG_DIALOG_H__BD8973BC_911C_4004_8026_625C9385C8DC__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // config_dialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // ConfigDialog dialog
-
- class ConfigDialog : public CDialog
- {
- // Construction
- public:
- ConfigDialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(ConfigDialog)
- enum { IDD = IDD_DIALOG_CONFIG };
- CSliderCtrl m_slider_bitrate;
- long m_bitrate;
- long m_rc_period;
- int m_max_quant;
- int m_min_quant;
- CString m_search_range;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ConfigDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(ConfigDialog)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeBitrate();
- afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CONFIG_DIALOG_H__BD8973BC_911C_4004_8026_625C9385C8DC__INCLUDED_)
-